home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python151_Src.lha
/
Python1.5_Source
/
Modules
/
protos
/
pcremodule_protos.h
< prev
next >
Wrap
Text File
|
1998-01-27
|
569b
|
11 lines
/* pcremodule.c */
static PcreObject *newPcreObject ( PyObject *arg );
static void PyPcre_dealloc ( PcreObject *self );
static PyObject *PyPcre_exec ( PcreObject *self , PyObject *args );
static PyObject *PyPcre_getattr ( PcreObject *self , char *name );
static PyObject *PyPcre_compile ( PyObject *self , PyObject *args );
static PyObject *PyPcre_expand_escape ( unsigned char *pattern , int pattern_len , int *indexptr , int *typeptr );
static PyObject *PyPcre_expand ( PyObject *self , PyObject *args );
static void insint ( PyObject *d , char *name , int value );